home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ENGINEER / 1740.ZIP / PWRSTAR.BAT < prev    next >
DOS Batch File  |  1988-09-23  |  160b  |  12 lines

  1. echo off
  2. if %1 == 88 goto 88
  3. if %1 == 87 goto 87
  4. echo ERROR: PwrStr88.EXE or PwrStr87.EXE not found
  5. goto end
  6. :88
  7. pwrstr88
  8. goto end
  9. :87
  10. pwrstr87
  11. :end
  12.